Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
octave-3.6.1-vs2010-setup-1.exe | 2012-03-04 | 66.5 MB | |
octave-3.6.1-vs2008-setup-1.exe | 2012-03-04 | 69.3 MB | |
README | 2012-03-04 | 3.2 kB | |
Totals: 3 Items | 135.8 MB | 0 |
Introduction ============ This directory contains pre-compiled versions of Octave-3.6.1 for Microsoft Visual Studio 2008 and 2010. Installation ============ Download and run the installer. Then follow the installer instructions. To avoid any problems with white spaces in the installation directory, it is strongly recommended to install Octave in a directory that do not contain any white spaces. Content ======= - Octave-3.6.1 - ATLAS-3.8.4 single-threaded and multi-threaded (2 threads) - All required dependencies - QtHandles - Octave GUI (experimental) - Gnuplot-4.4.4 - Octave-forge packages: actuarial-1.1.0 ad-1.0.6 benchmark-1.1.1 bim-1.0.2 bioinfo-0.1.2 civil-engineering-1.0.7 combinatorics-1.0.9 communications-1.1.0 control-2.2.5 dataframe-0.9.1 data-smoothing-1.2.3 econometrics-1.0.8 es-0.0.4 fenv-0.1.0 financial-0.3.2 fits-1.0.1 fl-core-1.0.0 fpl-1.2.0 fuzzy-logic-toolkit-0.3.0 ga-0.9.8 general-1.2.2 generate_html-0.1.3 geometry-1.4.0 gnuplot-1.0.1 gsl-1.0.8 ident-1.0.7 image-1.0.15 informationtheory-0.1.8 integration-1.0.7 io-1.0.17 irsa-1.0.7 java-1.2.8 linear-algebra-2.1.0 mapping-1.0.7 mechanics-1.2.0 miscellaneous-1.0.11 missing-functions-1.0.2 msh-1.0.2 nan-2.5.2 nlwing2-1.2.0 nnet-0.1.13 nurbs-1.3.5 ocs-0.1.3 octcdf-1.1.4 octclip-1.0.0 octgpr-1.2.0 octproj-1.0.2 odebvp-1.0.6 odepkg-0.8.0 optim-1.0.17 outliers-0.13.9 physicalconstants-0.1.7 plot-1.1.0 pt_br-1.0.9 quaternion-1.0.0 queueing-1.0.0 secs1d-0.0.8 secs2d-0.0.8 secs3d-0.0.1 signal-1.1.2 simp-1.1.0 sockets-1.0.7 specfun-1.1.0 special-matrix-1.0.7 splines-1.0.7 statistics-1.1.0 strings-1.0.7 struct-1.0.9 symband-1.0.10 time-1.0.9 tsa-4.2.2 windows-1.1.0 Notes ===== These binary packages do not include the Microsoft Visual C++ compiler. It can be obtained from Microsoft download website. These binaries work with any flavour of the VC++ compiler, including the Express Edition. In case the Visual C++ compiler is not installed on the target system, the Visual C++ Runtime Libraries package must be installed. This contains the necessary runtime libraries to run octave. This package can be downloaded from the Microsoft download website: Visual Studio 2008: http://www.microsoft.com/download/en/details.aspx?id=5582 Visual Studio 2010: http://www.microsoft.com/download/en/details.aspx?id=8328 Using Visual C++ compiler ========================= The Visual C++ compiler is not automatically detected by this octave release, so you must configure your system by updating the appropriate environment variables: %PATH%, %INCLUDE% and %LIB%. One easy way to achieve this is to call the vcvarsall.bat script in a command prompt prior executing octave. For instance you can create a batch script with the following content (please adapt the paths to your actual installation): call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" "C:\Octave-3.6.1\bin\octave.exe" Maintainer ========== Michael Goffioul <michael dot goffioul at gmail dot com>.